From: Rob Church Date: Mon, 25 Jun 2007 15:53:26 +0000 (+0000) Subject: Remove un-needed message; linking will work as normal X-Git-Tag: 1.31.0-rc.0~52404 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=91d16eb1a9e832537d1808d2be20f23ec009d1f2;p=lhc%2Fweb%2Fwiklou.git Remove un-needed message; linking will work as normal --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 624e0540d0..0f697c88a1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2823,9 +2823,6 @@ $1', 'articletitles' => "Articles starting with ''$1''", 'hideresults' => 'Hide results', -# DISPLAYTITLE -'displaytitle' => '(Link to this page as [[$1]])', - # Separator for categories in page lists 'catseparator' => '|', # don't translate or duplicate this message to other languages diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index e46b8d0e32..9a2bacf0f6 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2074,9 +2074,6 @@ $wgMessageStructure = array( 'articletitles', 'hideresults', ), - 'displaytitle' => array( - 'displaytitle', - ), 'catseparator' => array( 'catseparator', ), @@ -2285,7 +2282,6 @@ Variants for Chinese language", 'purge' => 'action=purge', 'newmessagesmulti' => '', 'search2' => '', - 'displaytitle' => 'DISPLAYTITLE', 'catseparator' => 'Separator for categories in page lists', 'loginlanguage' => '', 'imgmulti' => 'Multipage image navigation',